home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 1.iso / pc / data / photo2.dir / 00126_Next.ls < prev    next >
Encoding:
Text File  |  1998-05-08  |  287 b   |  12 lines

  1. on pnext
  2.   global photonum, stnum, wtwork, prep, endnum
  3.   set photonum to photonum + 1
  4.   chknumU()
  5.   if endnum < photonum then
  6.     set photonum to stnum
  7.   end if
  8.   set the member of sprite 4 to the name of member getAt(prep, photonum)
  9.   updateStage()
  10.   set wtwork to the ticks + 400
  11. end
  12.